Skip to main content

All Questions

Tagged with
25votes
4answers
45kviews

Create a C++ string using printf-style formatting

It's often convenient to use C-style printf format strings when writing C++. I often find the modifiers much simpler to use than C++ I/O manipulators, and if I'm ...
Toby Speight's user avatar

close